/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11.07.2017, 5:24:09
    Author     : programer
*/

.basket-label {
	margin-top: 25px;
	margin-bottom: 10px;
}

.radio-block {
  position: relative;
  width: 220px;
  height: 80px;
  border: 1px solid #E8E9E9;
  cursor: pointer;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
.radio-block:hover {
	cursor: default;
}
  .radio-block input[type="radio"] {
    display: none;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%; }
  .radio-block label {
    width: 149px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .radio-block label img {
      max-width: 110px;
      max-height: 78px;

      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
  .radio-block__cost {
    width: 70px;
    height: 74px;
    line-height: 80px;
    font-family: 'GothamProBold', sans-serif;
    color: #666;
    text-align: center;
    border-left: 1px dashed #E8E9E9;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }

  .radio-block:after {
    content: '';
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    left: 0;
    border: 2px solid #e20932;
    opacity: 0; }
  .radio-block--active label img {
     }
  .radio-block--active .radio-block__cost {
    border-left: 1px dashed #e20932;
    color: #e20932; }
  .radio-block--active:after {
    opacity: 1; }

.basket-delivery-radios {
  margin-top: 5px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .basket-delivery-radios .basket-delivery-radio {
    margin-right: 15px; }
    .basket-delivery-radios .basket-delivery-radio > span {
      margin-bottom: 15px;
      display: inline-block;
      margin-top: 8px;
      font: 12px/18px 'GothamPro', sans-serif;
      color: black; }

.basket-payment-radios {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .basket-payment-radio{
    margin-bottom: 17px;
  }
  .basket-payment-radio--hidden{
      display: none;
  }
  .basket-payment-radio--hidden-ur{
      display: none;
  }
  .basket-payment-radio__caption{
    display: inline-block;
    margin-top: 8px;
    font: 12px/18px 'GothamPro', sans-serif;
    color: black;
  }
  .basket-payment-radios .radio-block {
    margin-right: 15px;
    margin-bottom: 0px; }

.basket-customer-data ul.nav.nav-pills li a {
  padding: 0 8px 0 10px;
  font: 13px/27px 'GothamProBold', sans-serif; }

.basket-item__left {
    width: 320px;
}

.card{
    width: 230px;
    height: 138px;
    background: url(../img/card.png) no-repeat center center;
    box-sizing: border-box;
    margin: 20px auto;
    padding-top: 75px;
    text-align: center;
    color: black;
    font-size: 18px;
}
.order__product-price{
    float: right;
}
.order__products-discount{
    float: right;
    font-weight: bold;
    font-size: 16px;
}
.order__products-promo {
    float: right;
    font-weight: bold;
    font-size: 16px;
    clear: right;
}
.order__products-price{
    float: right;
    font-weight: bold;
    font-size: 18px;
    clear: right;
}

.delivery-widget {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 20px 0 38px 0px;
  padding: 15px 18px 15px;
  border: 2px solid #e20932; }
  @media (min-width: 992px) {
    .delivery-widget {
      max-width: 698px; } }
  .delivery-widget a {
    margin-top: 25px;
    display: inline-block; }

.congratulations {
  margin: auto;
  margin-top: 17%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .congratulations__title {
    font-family: 'GothamProBold';
    font-size: 43px;
    color: #e20932; }
  
  
.basket__modules-sn-input:not(.has-error) .alert{
  padding: 0; margin: 0;
  display: none;
}

.basket__modules-sn-input.has-error.not-show-error .alert{
    display: none;
}
.basket__modules-sn-input.has-error.not-show-error input{
    border: 1px solid #ccc;
}

.basket-accept-list {
  padding: 0px;
  margin: 0px;
  margin-top: 15px;
  margin-bottom: 25px;
  padding-left: 20px;
  font-size: 14px; }
  .basket-accept-list > li {
    margin-bottom: 5px; }

.accept-label {
  font-size: 14px;
  font-weight: normal; }

.basket-prom-code__used {
    font: 12px/19px 'GothamPro', sans-serif;
    line-height: 0px;
    color: #e20932;
}

.checkbox.checkbox_accept{
    margin-bottom: 10px;
}
.checkbox label.checkbox-label.accept-label {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 25px; }
  .checkbox label.checkbox-label.accept-label {
    color: #000; font-weight: bold }
  .checkbox.checkbox_accept .checkbox-label.accept-label{
      margin-bottom: 0;
  }
  .checkbox.checkbox_accept .alert{
      margin-top: 5px;
      margin-bottom: 10px;
  }
  .checkbox.checkbox_accept:not(.has-error) .alert{
      display: none;
  }

.basket-comment {
  margin-bottom: 15px; }
  .basket-comment__title {
    margin-bottom: 13px;
    font: 24px/24px 'GothamProBold', sans-serif; }
  .basket-comment__field {
    border: 1px solid #CBCBCB;
    padding: 6px 8px;
    width: 100%;
    height: 160px; }
    .basket-comment__field:focus {
      outline: none; }
    @media (max-width: 991px) {
      .basket-comment__field {
        width: 100%; } }